projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e833d
)
Fix gtk_text_tag_table_lookup transfer introspection notes
author
Alan Knowles
<alan@alanfast.akbkhome.com>
Wed, 10 Mar 2010 14:13:53 +0000
(22:13 +0800)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:12 +0000
(20:59 -0400)
transfer should be none for return value of gtk_text_tag_table_lookup
gtk/gtktexttagtable.c
patch
|
blob
|
history
diff --git
a/gtk/gtktexttagtable.c
b/gtk/gtktexttagtable.c
index 1cf1a24a38bc9e2363240b1a67fef17dac18f374..dd9eea941ed60672f2dc113dd34b48c59e87c529 100644
(file)
--- a/
gtk/gtktexttagtable.c
+++ b/
gtk/gtktexttagtable.c
@@
-253,7
+253,7
@@
gtk_text_tag_table_add (GtkTextTagTable *table,
*
* Look up a named tag.
*
- * Return value: The tag, or %NULL if none by that name is in the table.
+ * Return value:
(transfer none):
The tag, or %NULL if none by that name is in the table.
**/
GtkTextTag*
gtk_text_tag_table_lookup (GtkTextTagTable *table,